home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / ERAS / ERAS.CST / 00104_Script_rollQT < prev    next >
Text File  |  1997-07-24  |  673b  |  17 lines

  1. on rollQuickTime  -- centralizes qt settings and starts the qt in gQTchan.
  2.   
  3.   GLOBAL gQTchan, gDefaultVolume -- , gQTplayBtnChan  
  4.   --  if the type of the member of sprite gQTchan <> #digitalVideo then abort
  5.   set the volume of sprite gQTchan to gDefaultVolume -- normal volume
  6.   puppetsprite gQTchan, true
  7.   --  set the movierate of sprite gQTchan = 0 -- stop it
  8.   --  set the movieTime of sprite gQTchan = 0 -- reset it
  9.   --  set the directToStage of cast the castNum of sprite gQTchan to true 
  10.   set the volume of sprite gQTchan to 140
  11.   set the movierate of sprite gQTchan = 1 -- roll it
  12.   --  updatestage
  13.   cursor 0 -- for some PCs
  14.   cursor -1
  15. end
  16.  
  17.